home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3295 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 12 Feb 1996 15:49:52 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4fnnj0$e3c@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk>  <4faoe1$47@sunsystem5.informatik.tu-muenchen.de> <2991.6612T1034T625@vip.cybercity.dk> <576.6613T1070T1730@login.eunet.no>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle5.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <576.6613T1070T1730@login.eunet.no>, patrick.hanevold@login.eunet.no (Patrick Hanevold) writes:
  15. |> Organization: EUnet Norway
  16. |> Lines: 19
  17. |> Message-ID: <576.6613T1070T1730@login.eunet.no>
  18. |> References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk>
  19. |>     <4faoe1$47@sunsystem5.informatik.tu-muenchen.de> <2991.6612T1034T625@vip.cybercity.dk>
  20. |> NNTP-Posting-Host: pc8.asker-pm2-1.eunet.no
  21. |> X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  22. |> 
  23. |> 
  24. |> >> not really. to change 100 pixels, you got to write 100 words.
  25. |> >> only fx running 50Hz might work with the trick of writing
  26. |> >> only 50 pix each frame, but then gfx maybe doesn't look
  27. |> >> more like 50pix.
  28. |> 
  29. |> >A bitmap for this screen would look like this:
  30. |> 
  31. |> >ChipMem: 0101010101...  ; the '0' representing bitplane 0, '1' bitplane 1
  32. |> >         ^^^^^^^^^^
  33. |> >Pixel:   0011223344
  34. |> 
  35. |> To write 01010101 to SHIT-RAM STIL need at least one write.
  36. |> So whats the point?
  37.  
  38. The point about blitterscreen is that planar hardware overtakes
  39. one of 4 conversion passes! So if you do for example 2 passes
  40. with a quick cpu, there is only 1 pass left for blitter instead
  41. of 2, which is quite a difference!
  42.  
  43. The 2nd point is that in 2x2 modi cpu still only writes one byte
  44. per pixel. a 020-14 will copy fullscreen 2x2 chunky 256 colors in
  45. 1/4 frame.
  46.  
  47. |> 
  48. |> <sb>Patrick Hanevold - Virtual Reality developer
  49. |> <sb>patrick.hanevold@login.eunet.no
  50. |> <sb>Amiga and official Be developer
  51. |> 
  52. ------------------------------------------------------------------------
  53.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  54.  
  55.